home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / pascal / ownerd.exe / UOWNERDR.DOC < prev    next >
Encoding:
Text File  |  1992-04-16  |  697 b   |  24 lines

  1.  
  2. OWNER-DRAW LIST BOX EXAMPLE
  3.  
  4.  
  5. This code is not intended to be the definitive Owner-Draw code, but it did
  6. what *I* needed it to do. The code was used in an application where the strings
  7. to display were in a record and I wanted to get the address of that record from
  8. the selection, rather than a string contained in one of 1000's of records.
  9.  
  10. The test application demonstrates the ability of Owner-Draw listboxes to 
  11. display graphics rather than text.
  12.  
  13. I have done only minimal testing of this code (it works in my application), so
  14. there are probably some bugs lurking in there. If you find any *PLEASE* let me
  15. know.
  16.  
  17. Enjoy!
  18.  
  19.  
  20. Rex K. Perkins
  21. CIS 70651,1611
  22.  
  23. 16th April 1992
  24.